Fix bogus ChangeLog formating in two of my recent entries.
authorMartin Nordholts <martinn@src.gnome.org>
Sat, 17 Jan 2009 18:45:56 +0000 (18:45 +0000)
committerMartin Nordholts <martinn@src.gnome.org>
Sat, 17 Jan 2009 18:45:56 +0000 (18:45 +0000)
svn path=/trunk/; revision=380

ChangeLog

index ed60040bcd8d74d8660879ac5f55bd6946b6cfec..5c5244760f251c000b27439863b6484a13ddcef8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        BABL_CLASS_IMPLEMENT(). This enables further refactorisation of
        the babl.h header.
 
-       * babl.h: Do the name changes and remove the unpleasant #undefs at
-       the bottom.
+       * babl/babl.h: Do the name changes and remove the unpleasant
+       #undefs at the bottom.
 
-       * babl-internal.h: Do the name changes.
+       * babl/babl-internal.h: Do the name changes.
 
-       * babl-component.[ch]
-       * babl-conversion.[ch]
-       * babl-extension.[ch]
-       * babl-fish.[ch]
-       * babl-format.[ch]
-       * babl-image.h
-       * babl-model.[ch]
-       * babl-sampling.h
-       * babl-type.[ch]: Adjust to changes.
+       * babl/babl-component.[ch]
+       * babl/babl-conversion.[ch]
+       * babl/babl-extension.[ch]
+       * babl/babl-fish.[ch]
+       * babl/babl-format.[ch]
+       * babl/babl-image.h
+       * babl/babl-model.[ch]
+       * babl/babl-sampling.h
+       * babl/babl-type.[ch]: Adjust to changes.
 
 2009-01-17  Martin Nordholts  <martinn@svn.gnome.org>
 
        Don't redeclare functions declared with the BABL_CLASS() or
        BABL_NAMED_CLASS() macros.
 
-       * babl-component.h
-       * babl-conversion.h
-       * babl-extension.h
-       * babl-fish.h
-       * babl-format.h
-       * babl-image.h
-       * babl-model.h
-       * babl-sampling.h
-       * babl-type.h
+       * babl/babl-component.h
+       * babl/babl-conversion.h
+       * babl/babl-extension.h
+       * babl/babl-fish.h
+       * babl/babl-format.h
+       * babl/babl-image.h
+       * babl/babl-model.h
+       * babl/babl-sampling.h
+       * babl/babl-type.h
 
 2009-01-17  Martin Nordholts  <martinn@svn.gnome.org>